Fix problems in handling custom paper sizes. The DEVMODE::dmPaperWidth and
authorTor Lillqvist <tml@novell.com>
Wed, 30 Jul 2008 09:52:42 +0000 (09:52 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 30 Jul 2008 09:52:42 +0000 (09:52 +0000)
commit29b6e6587aee192bdac9ac75b30ef62e74a05fbf
tree68529fac4914b874e6d5480abad8709cfa21b475
parentfb7ce7db2740b25b71bd3a834007b864e07a87b9
Fix problems in handling custom paper sizes. The DEVMODE::dmPaperWidth and

2008-07-30  Tor Lillqvist  <tml@novell.com>

* gtk/gtkprintoperation-win32.c: Fix problems in handling custom
paper sizes. The DEVMODE::dmPaperWidth and dmPaperLength are in
tenths of a millimeter, and the RECT passed to CreateEnhMetaFile()
is in hundredths of a millimeter. Patch by Sven Neumann.

svn path=/trunk/; revision=20916
ChangeLog
gtk/gtkprintoperation-win32.c